Click or drag to resize

SipClientSendMessage Method

Overload List
  NameDescription
Public methodSendMessage(Dialog, String)
Sends instant message. The content type of the message is "text/plain".
Public methodSendMessage(String, String, String)
Sends instant message. The content type of the message is "text/plain".
Public methodSendMessage(ContactInfo, ContactInfo, String)
Sends plain text instant message. The content type of the message is "text/plain".
Public methodSendMessage(Dialog, String, String)
Sends instant message with the specified content type.
Public methodSendMessage(String, String, String, String)
Sends instant message with the specified content type.
Public methodSendMessage(ContactInfo, ContactInfo, String, String)
Sends instant message with the specified content type.
Top
See Also